home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Aztec C 5.0a disk 1.adf / contents < prev    next >
Text File  |  1990-01-23  |  10KB  |  308 lines

  1.  
  2.                                DISK CONTENTS
  3.                                -------------
  4.  
  5. Following is a list of files contained on the Aztec C 5.0a distribution
  6. disks.  The entire contents of each disk is listed, except for the 
  7. following:
  8.  
  9.                 * Amiga C 1.3 include files
  10.                   Disk 1
  11.                 * Workbench 1.3 files
  12.                   Disk 1
  13.                 * Amiga Assembly include files
  14.                   Disk 2
  15.                 * Example programs
  16.                   Disk 4
  17.  
  18. The 'crc' number next to each file name is the number obtained by running
  19. the Aztec utility crc.  If you are having a problem with a utilty or
  20. program acting strangely and/or crashing, you should run the crc utility
  21. on the program in question, and compare it with the number listed here
  22. to insure that the program was not damaged or corrupted on the disk.
  23.  
  24. ---------------------------------------------------------------------------
  25.                                     DISK 1
  26. ---------------------------------------------------------------------------
  27. /
  28. Root directory
  29.  
  30.     -hdinstall: crc=5012
  31.         Hard disk installation program
  32.     -floppyinst: crc=664c
  33.         Floppy disk installation program
  34.  
  35. /INCLUDE:
  36. Standard ANSI and Aztec header files.
  37.  
  38.     -include/stdlib.h: crc=7e96
  39.         ANSI library declarations
  40.     -include/time.h: crc=614e
  41.         ANSI time declarations
  42.     -include/obj68k.h: crc=a516
  43.         Aztec 68000 object-module format information
  44.     -include/float.h: crc=7aa5
  45.         ANSI floating point information
  46.     -include/limits.h: crc=8871
  47.         ANSI definition of compiler limits (integer range, etc.)
  48.     -include/setjmp.h: crc=4036
  49.         ANSI definitions for use w/ setjmp() and longjmp()
  50.     -include/locale.h: crc=6ea3
  51.         ANSI definitions for locales (only the C locale is
  52.         currently supported).
  53.     -include/signal.h: crc=b483
  54.         ANSI definitions of supported signals (for use with
  55.         the signal() and raise() functions).
  56.     -include/errno.h: crc=9ec9
  57.         ANSI definitions of standard I/O and math errors
  58.     -include/pragmas.h: crc=597a
  59.         Aztec definitions for in-line generation of resident library
  60.         calls.
  61.     -include/math.h: crc=58a8
  62.         ANSI definitions for floating point math.
  63.     -include/assert.h: crc=5021
  64.         ANSI definitions for the assert macro.
  65.     -include/stdio.h: crc=39ca
  66.         ANSI defintions for standard I/O (fread, printf, etc).
  67.     -include/stddef.h: crc=70c8
  68.         ANSI miscellaneous definition.
  69.     -include/stat.h: crc=b31b
  70.         UNIX definitions for file statistic.
  71.     -include/stdarg.h: crc=e0bf
  72.         ANSI definitions for variable argument passing.
  73.     -include/ctype.h: crc=2deb
  74.         ANSI definitions for determing and altering character types.
  75.     -include/fcntl.h: crc=8651
  76.         UNIX/Aztec definitions for unbuffered I/O
  77.     -include/functions.h: crc=3ae8
  78.         Aztec declarations and prototypes of Amiga resident library 
  79.         functions.
  80.     -include/string.h: crc=0f6d
  81.         ANSI declarations for string handle.
  82.     -include/sgtty.h: crc=5c97
  83.         Unix declarations for I/O handling.
  84.  
  85. ---------------------------------------------------------------------------
  86.                                     DISK 2
  87. ---------------------------------------------------------------------------
  88.  
  89. /BIN:
  90. Executable files.
  91.  
  92.     -bin/cnm: crc=338f
  93.         Dumps Aztec object-module/object-library symbol tables.
  94.     -bin/cmp: crc=c663
  95.         Compares two files byte-by-byte.
  96.     -bin/cc: crc=bbf5
  97.         Aztec C 5.0a compiler.
  98.     -bin/cat: crc=67e5
  99.         Types an input file out to stdout.
  100.     -bin/obcv: crc=3031
  101.         Object module converter.
  102.     -bin/hd: crc=a621
  103.         Dumps a specified module out in hex/ASCII.
  104.     -bin/adump: crc=13dd
  105.         Dumps information on an Amiga executable file.
  106.     -bin/as: crc=d912
  107.         Aztec 5.0a assembler.
  108.     -bin/ls: crc=e9cd
  109.         Unix-style directory command
  110.     -bin/set: crc=8fc9
  111.         Sets environment variables.
  112.     -bin/crc: crc=4e10
  113.         Calculates a unique CRC number for the input file.
  114.     -bin/mkarcv: crc=140f
  115.         Concatenates ASCII files together.
  116.     -bin/ln: crc=8427
  117.         Aztec 5.0a linker.
  118.     -bin/z: crc=4a2f
  119.         A Unix VI-compatible editor.
  120.     -bin/lb: crc=af6a
  121.         Maintains object modules libraries in Aztec format.
  122.     -bin/mclk: crc=3575
  123.         Clock & memory usage utility.
  124.     -bin/ord: crc=59b7
  125.         Orders object modules for placement in a library.
  126.     -bin/arcv: crc=83ec
  127.         Splits files created with the mkarcv utility.
  128.     -bin/touch: crc=0f0c
  129.         Updates a files time and date to the current time and date.
  130.     -bin/du: crc=a3d0
  131.         Displays disk usage statistics.
  132.     -bin/avail: crc=c6b1
  133.         Displays memory usage.
  134.     -ctags: crc=b98d
  135.         Utility for tagging function locations within C source files, for
  136.         use with the Z editor.
  137.  
  138. /LIB:
  139. Aztec C linkable libraries.
  140.  
  141.     -lib/m.lib: crc=6335
  142.         Manx IEEE floating point library (small code/small data, 
  143.         32-bit ints).
  144.     -lib/m16.lib: crc=b69e
  145.         Manx IEEE floating point library (small code/small data, 
  146.         16-bit ints).
  147.     -lib/ma.lib: crc=0002
  148.         Amiga IEEE floating point library (small code/small data, 
  149.         32-bit ints).
  150.     -lib/m8.lib: crc=64b2
  151.         68881 coprocessor floating point library (small code/small data,
  152.         32-bit ints).
  153.     -lib/ma16.lib: crc=e33f
  154.         Amiga IEEE floating point library (small code/small data,
  155.         16-bit ints).
  156.     -lib/m816.lib: crc=a1c2
  157.         68881 coprocessor floating point library (small code/small data,
  158.         16-bit ints).
  159.     -lib/mf16.lib: crc=8b5f
  160.         Fast Floating Point (FFP) library (small code/small data, 16-bit
  161.         ints).
  162.     -lib/c16.lib: crc=35e1
  163.         Standard C library (small code/small data, 16-bit ints).
  164.     -lib/c.lib: crc=e40f
  165.         Standard C library (small code/small data, 32-bit ints).
  166.     -lib/mf.lib: crc=6fec
  167.         Fast Floating Point (FFP) library (small code/small data, 32-bit
  168.         ints).
  169.  
  170. ---------------------------------------------------------------------------
  171.                                     DISK 3
  172. ---------------------------------------------------------------------------
  173.  
  174. /ARP:
  175. ARP files.
  176.  
  177.     -arp/arprel3.zoo: crc=7a7d
  178.         Arp 1.3 release files (requires Zoo to de-archive).
  179.     -arp/appro.zoo: crc=9e64
  180.         Arp 1.3 developer files (requires Zoo to de-archive).
  181.  
  182. /BIN:
  183. Executable files.
  184.  
  185.     -bin/uniq: crc=2fc3
  186.         Prints differences between lines in a file.
  187.     -bin/diff: crc=19f1        NOTE: Not present in Professional Package
  188.         Displays differences between source files.
  189.     -bin/grep: crc=3b8e        NOTE: Not present in Professional Package
  190.         Searches for patterns or strings within specified files.
  191.     -bin/obd: crc=f8e6
  192.         Dumps Aztec-format object modules.
  193.     -bin/setdat: crc=7fd9
  194.         Sets date.
  195.     -bin/make: crc=45f1        NOTE: Not present in Professional Package
  196.         Project maintenace utility.
  197.  
  198. /CRT_SRC:
  199. Startup and exit code source code.
  200.  
  201.     -crt_src/vars.c: crc=0153
  202.         Declarations for startup code (source code).
  203.     -crt_src/_exit.c: crc=3330
  204.         Standard _exit() routine (source code).
  205.     -crt_src/wbparse.c: crc=dfff
  206.         Routines for parsing Workbench-passed parameters (source code).
  207.     -crt_src/crt0.a68: crc=b785
  208.         Standard Aztec startup code (source code).
  209.     -crt_src/cliparse.c: crc=ca23
  210.         Routines for parsing CLI-passed parameters (source code).
  211.     -crt_src/_main.c: crc=bd7d
  212.         Standard Aztec startup code (source code).
  213.  
  214. /LIB:
  215. Aztec C linkable libraries.
  216.  
  217.     -lib/mal16.lib: crc=dca7
  218.         Amiga IEEE floating point library (large code/large data, 16-bit
  219.         ints).
  220.     -lib/cl16.lib: crc=6d76
  221.         Standard C library (large code/large data, 16-bit ints).
  222.     -lib/cl.lib: crc=9ba8
  223.         Standard C library (large code/large data, 32-bit ints).
  224.     -lib/mal.lib: crc=16fe
  225.         Amiga IEEE floating point library (large code/large data, 32-bit
  226.         ints).
  227.     -lib/ml.lib: crc=ae76
  228.         Manx IEEE floating point library (large code/large data, 
  229.         32-bit ints).
  230.     -lib/mfl.lib: crc=8621
  231.         Fast Floating Point (FFP) library (large code/large data,
  232.         32-bit ints).
  233.     -lib/mfl16.lib: crc=712a
  234.         Fast Floating Point (FFP) library (large code/large data,
  235.         16-bit ints).
  236.  
  237. ---------------------------------------------------------------------------
  238.                                     DISK 4
  239. ---------------------------------------------------------------------------
  240.  
  241. /BIN:
  242. Executable programs.
  243.  
  244.     -bin/mackie: crc=56b2
  245.         Screen-saver utility.
  246.     -bin/db: crc=ef49
  247.         Assembly-level debugger
  248.     -bin/db.info: crc=0dca
  249.         Icons for db.
  250.     -bin/sdbf: crc=2a34        NOTE: Not present in Professional Package
  251.         Aztec Source-Level Debugger (FFP version).
  252.     -bin/sdb: crc=f207        NOTE: Not present in Professional Package
  253.         Aztec Source-Level Debugger (non-FFP version).
  254.  
  255. /LIB:
  256. Aztec C linkable libraries.
  257.  
  258.     -lib/sl.lib: crc=f608
  259.         Screen-function library (large code/large data, 32-bit ints).
  260.     -lib/m8l16.lib: crc=b78a
  261.         68881 coprocessor library (large code/large data, 16-bit ints).
  262.     -lib/sl16.lib: crc=09aa
  263.         Screen-function library (large code/large data, 16-bit ints).
  264.     -lib/s.lib: crc=ddb3
  265.         Screen-function library (small code/small data, 32-bit ints).
  266.     -lib/ml16.lib: crc=6d2b
  267.         Manx IEEE floating point library (large code/large data, 16-bit
  268.         ints).
  269.     -lib/m8l.lib: crc=e766
  270.         68881 coprocessor library (large code/large data, 32-bit ints).
  271.     -lib/s16.lib: crc=a95a
  272.         Screen-function library (small code/small data, 16-bit ints).
  273.     -lib/detach.oss: crc=85ca
  274.         Alternate startup code for detaching from parent process.
  275.         Uses small code, small data, 16-bit ints.
  276.     -lib/detach.osl: crc=c813
  277.         Alternate startup code for detaching from parent process.
  278.         Uses large code, large data, 16-bit ints.
  279.     -lib/detach.ols: crc=9ecb
  280.         Alternate startup code for detaching from parent process.
  281.         Uses small code, small data, 32-bit ints.
  282.     -lib/detach.oll: crc=da8a
  283.         Alternate startup code for detaching from parent process.
  284.         Uses large code, large data, 32-bit ints.
  285.  
  286. /RES_LIB:
  287. Files for creating resident libraries in C.
  288.  
  289.     -res_lib/mylib.fd: crc=4ab0
  290.         Example .fd file.
  291.     -res_lib/libstart.asm: crc=3b07
  292.         Resident library startup code.
  293.     -res_lib/test.c: crc=d378
  294.         Example code.
  295.     -res_lib/makefile: crc=fa40
  296.         Makefile for resident library example.
  297.     -res_lib/libsup.c: crc=2664
  298.         General code/definitions for resident libraries.
  299.     -res_lib/mylib.h: crc=c5e7
  300.         Example header file for resident libraries.
  301.     -res_lib/mylib.c: crc=30f7
  302.         Example source for resident libraries.
  303.     -res_lib/MAPFD: crc=3f56
  304.         Creates .fd files.
  305.     -res_lib/readme: crc=940a
  306.  
  307.  
  308.